home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / TimeLine.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  157 b   |  12 lines

  1. on enterFrame
  2.   repeat with i = 15 to 30
  3.     set the visible of sprite i to 1
  4.   end repeat
  5. end
  6.  
  7. on exitFrame
  8.   checkstate()
  9.   showinfo()
  10.   go(the frame)
  11. end
  12.